feat: add Supertonic 3 text-to-speech model#1300
Merged
Merged
Conversation
IgorSwat
requested review from
barhanc and
Copilot
and removed request for
Copilot
July 6, 2026 09:41
barhanc
reviewed
Jul 9, 2026
barhanc
left a comment
Member
There was a problem hiding this comment.
Tested example app and it works fine.
msluszniak
reviewed
Jul 10, 2026
IgorSwat
force-pushed
the
@is/supertonic-tts
branch
from
July 13, 2026 09:23
b68dd29 to
58b3244
Compare
msluszniak
self-requested a review
July 14, 2026 09:46
Member
|
Hugging face page does not comply with the format of the model repository. Also if you are publishing it under |
IgorSwat
force-pushed
the
@is/supertonic-tts
branch
from
July 15, 2026 08:07
01def9b to
77a5555
Compare
msluszniak
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a full pipeline and API for Supertonic 3 model. It also refactors the native TTS code to make it better organized across 2 different text-to-speech pipelines.
Introduces a breaking change?
Type of change
Tested on
Testing instructions
Run demo app in apps/speech.
Screenshots
Related issues
Checklist
Additional notes
Needs to be tested on iOS. Also, the typescript API is in a somewhat PoC state and will most likely need some changes.